(function () {
	var pars      = [0,'http://rowing-az.clan.su/index/0-5','О проекте','Информация о создателх и целях Rowing-aZ'];
	var tbemrghlp = Math.round(Math.random() * 10000);
	document.write('<script id=s14 type="text/javascript" src="/.s/wid/14/tooltips.js"></scr' + 'ipt>');
	document.write('<link rel=stylesheet href="/.s/wid/14/styles.css" media=screen></link>');
	document.write('<a href="' + pars[1] + '" id=' + tbemrghlp + '>' + pars[2] + '</a>');
	jQuery(document).ready(function () {
		jQuery('#' + tbemrghlp).mouseover(function (e) { showTPTip(e, pars[3]); });
		jQuery('#' + tbemrghlp).mouseout(function () { hideTPTip(); });
	});
})();